.box {
  max-width: 1366px;
}
.anchor-btn .box {
  justify-content: flex-start;
}
.banner {
  background: url(../images/news/1.jpg) center center no-repeat;
}
#news1,
#news2 li {
  opacity: 1;
}
.news-main {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.news-main .box .news-list:nth-child(2) {
  display: none;
}
.news-main .box .top {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  position: relative;
}
.news-main .box .top .left h2 {
 font-size: 24px;
    color: #d6000f;
    font-weight: 600;
}
.news-main .box .top .left h3 {
  font-size: 14px;
   color: #d6000f;
    position: relative;
    padding: 10px 0 0;
    font-weight: normal;
    text-transform: uppercase;
}
.news-main .box .top:before {
  width: 43px;
  height: 4px;
  background: #d6000f;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-main .box .top .right a {
  display: inline-block;
  width: 120px;
  height: 30px;
  border-radius: 20px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  text-align: center;
  transition: all .6s;
}
.news-main .box .top .right a.active,
.news-main .box .top .right a:hover {
  background: #249276;
  color: #fff;
}
.news-main .box ul {
  width: 100%;
  margin-top: 30px;
}
.news-main .box ul li a {
  width: 100%;
  height: 230px;
  justify-content: space-between;
  padding: 10px 120px 10px 10px;
  align-items: center;
  position: relative;
  transition: all .6s;
}
.news-main .box ul li a .left {
  align-items: center;
}
.news-main .box ul li a .left .img-wrap {
  width: 365px;
  height: 204px;
  overflow: hidden;
}
.news-main .box ul li a .left .text {
  margin-left: 40px;
  width: 540px;
}
.news-main .box ul li a .left .text h2 {
  font-size: 20px;
  color: #333;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  line-height: 1.5;
  height: 30px;
  margin-top: 5%;
}
.news-main .box ul li a .left .text p {
  color: #666;
  line-height: 30px;
  font-size: 16px;
  margin-top: 20px;
}
.news-main .box ul li a .right {
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.news-main .box ul li a .right .span1 {
  font-size: 50px;
  color: #249276;
}
.news-main .box ul li a .right .span2 {
  color: #d6000f;
  font-size: 20px;
}
.news-main .box ul li a:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  transform: translateX(15px);
}
.news-main .box .pages {
  width: 100%;
  margin-top: 60px;
  justify-content: center;
  align-items: center;
}

.news-main .box .pages a {
  color: #333;
  font-size: 15px;
  margin: 0 20px;
  transition: all .6s;
}
.news-main .box .pages .Ahover{
     color: #ffffff;
    font-size: 15px;
    transition: all .6s;
    background: #249276;
    width: 40px;
    text-align: center;
    padding: 5px;
}
.news-main .box .pages a.active,
.news-main .box .pages a:Ahover,
.news-main .box .pages a:hover {
  color: #249276;
}
.news-main .box .pages a.prev,
.news-main .box .pages a.next {
  display: block;
  width: 40px;
  height: 40px;
}
.news-main .box .pages a.prev {
  background: url(../images/about/17.png) center center no-repeat;
  margin-right: 70px;
}
.news-main .box .pages a.prev:hover {
  background: url(../images/about/19.png) center center no-repeat;
}
.news-main .box .pages a.next {
  margin-left: 70px;
  background: url(../images/about/18.png) center center no-repeat;
}
.news-main .box .pages a.next:hover {
  background: url(../images/about/20.png) center center no-repeat;
}






@media (max-width: 1200px) {
  .box {
    width: 90%;
  }
  .anchor-btn .box a {
    width: 50%;
  }
  .news-main {
    padding: 30px 0;
  }
  .news-main .box .top {
    flex-flow: row wrap;
    padding-bottom: 0;
  }
  .news-main .box .top:before {
    display: none;
  }
  .news-main .box .top .left h2 {
    font-size: 18px;
  }

  .news-main .box .top .right {
    margin-top: 30px;
  }
  .news-main .box ul li {
    margin-bottom: 20px;
  }
  .news-main .box ul li a {
    flex-flow: row wrap;
    height: auto;
    width: 100%;
    padding: 0px;
  }
  .news-main .box ul li a .left {
    width: 100%;
    flex-flow: row wrap;
  }
  .news-main .box ul li a .left .text {
    margin-left: 0;
    margin-top: 0px;
    width: 100%;
  }
  .news-main .box ul li a .right {
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .news-main .box ul li a .right .span2 {
    order: 3;
  }
  .news-main .box ul li a .right .span1 {
    order: 4;
    font-size: 20px;
  }
  .news-main .box ul li a .left .text p{margin: 0px 0 10px;}

  .news-main .box .pages a {margin: 0 10px;}

  .news-main .box ul li a:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0);
    transform: translateX(0px);
  }


}
